pservice: initial version
authorYousong Zhou <[email protected]>
Sun, 4 Aug 2019 15:36:08 +0000 (15:36 +0000)
committerYousong Zhou <[email protected]>
Tue, 6 Aug 2019 02:09:58 +0000 (10:09 +0800)
commitd58a81f35cd0187866f8f06b90a375a088181210
tree22e88ed9634906230c24e10933872d2d4f696b9e
parent1a782269f356eeb5d2eceba248f535642b38dc94
pservice: initial version

The can be convenient for running commands or services as procd services
without needing to separately write initscripts, just uci configuration.

The package was imported from [1].

 [1] https://github.com/yousong/waller/tree/0a85f5c75fb70627f68cbbcab4807e02e3299e2e/pservice

Ref: https://github.com/yousong/waller/issues/1
Signed-off-by: Yousong Zhou <[email protected]>
utils/pservice/Makefile [new file with mode: 0644]
utils/pservice/README.md [new file with mode: 0644]
utils/pservice/files/pservice.config [new file with mode: 0644]
utils/pservice/files/pservice.init [new file with mode: 0755]